From 0699b178488eb0729db1e5ec475c1511fa6538ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 23 Mar 2019 09:29:09 -0400 Subject: [PATCH] Remove surface->children This field is not used at all anymore. --- gdk/gdkinternals.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 877551084d..d4c2c1533b 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -153,9 +153,6 @@ struct _GdkSurface guint8 resize_count; - GList *children; - GList children_list_node; - GdkGLContext *gl_paint_context; cairo_region_t *update_area; -- 2.30.2